home *** CD-ROM | disk | FTP | other *** search
- Path: peter.pu.edu.tw!csim49!s8311116
- From: s8311116@csim49.pu.edu.tw ()
- Newsgroups: comp.lang.c++
- Subject: about for loop
- Date: 5 Jan 1996 10:46:44 GMT
- Organization: Providence University, Taiwan
- Message-ID: <4civik$cmg@peter.pu.edu.tw>
- NNTP-Posting-Host: 140.128.9.49
- X-Newsreader: TIN [version 1.2 PL2]
-
- if i write this for loop"for(i=0 ; i<=10 ; i++ )
- cout<< i ;
- the result should be " 12345678910 " or " 0123456789 " ?
- and what is "double linked list " ??
- thanks!
-
-